home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / devel / gencodec / source / mb_pragmas.h < prev    next >
C/C++ Source or Header  |  1999-01-01  |  592b  |  30 lines

  1. /*
  2. **
  3. **    MUIBuilder.library
  4. **
  5. **    $VER: MUIBuilder.library 1.0
  6. **
  7. **        (c) copyright 1994
  8. **            Eric Totel
  9. **
  10. */
  11.  
  12. #ifndef __GNUC__
  13.  
  14. #include <exec/libraries.h>
  15.  
  16. #include "MB_protos.h"
  17.  
  18. extern struct Library *MUIBBase;
  19.  
  20. #pragma libcall MUIBBase MB_Open 1E 0
  21. #pragma libcall MUIBBase MB_Close 24 0
  22. #pragma libcall MUIBBase MB_GetA 2A 901
  23. #pragma tagcall MUIBBase MB_Get 2A 901
  24. #pragma libcall MUIBBase MB_GetVarInfoA 30 9002
  25. #pragma tagcall MUIBBase MB_GetVarInfo 30 9002
  26. #pragma libcall MUIBBase MB_GetNextCode 36 9802
  27. #pragma libcall MUIBBase MB_GetNextNotify 3C 9802
  28.  
  29. #endif /* __GNUC__ */
  30.